Skip to main content

All Questions

4votes
1answer
1kviews

Why is oversampling outperforming class weight?

I have a dataset that is highly imbalanced. One class has 412 (class 0) samples while the other has 67215 (class 1) samples. For its classification, I am using MLP. When I use class weight of 165 for ...
girl101's user avatar
  • 1,161

close